-
-
Notifications
You must be signed in to change notification settings - Fork 869
chore: fix C lint errors (issue #7554) #7568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/ndarray/base/nonsingleton-dimensions/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GeoDaoyu Can you also update the header file, as well, to match the updated signature? https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/ndarray/base/nonsingleton-dimensions/include/stdlib/ndarray/base/nonsingleton_dimensions.h
Thanks!
update signature in nonsingleton_dimensions.h Signed-off-by: zhanggy <[email protected]>
do you mean this? I updated nonsingleton_dimensions.h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @GeoDaoyu.
Yes, I meant the associated header. The signatures for the |
OK, I see. Signature should be the same. |
Resolves #7554.
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers